math_module Module



Subroutines

public subroutine diff(x, y, n, dy)

Arguments

Type IntentOptional Attributes Name
real :: x
real :: y
integer :: n
real :: dy

public subroutine integral(ibeg, iend, x, y, fout)

Arguments

Type IntentOptional Attributes Name
integer :: ibeg
integer :: iend
real :: x
real :: y
real :: fout

public subroutine fsmoth4(x, y, n, ys)

Arguments

Type IntentOptional Attributes Name
real :: x
real :: y
integer, intent(in) :: n
real :: ys